[SEB FE 45 김혜림] 나만의 아고라스테이츠 서버 만들기 과제 제출합니다. #892
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Section2에서 배운 내용을 바탕으로 나만의 아고라 스테이츠 서버를 만듭니다.
Bare Minimum Requirement Self Checklist
스스로 구현 완료한 부분까지 체크하여 제출합니다.
my-agora-states-server
my-agora-states-server/app.js
/
에서 상태 코드 200으로 응답합니다.discussionsRouter
를 이용하여/discussions
경로로 라우팅합니다.my-agora-states-server/router/discussions.js
GET /discussions
GET /discussions/:id
my-agora-states-server/controller/index.js
discussionsController.findAll
discussionsController.findById
my-agora-states-server 과제 제출 (Pull request)
my-agora-states-server 시작
package.json
을 참고하여 나만의 아고라 스테이츠 서버를 로컬 환경에서 실행합니다.my-agora-states와 연동하기
Optional Checklist
스스로 구현 완료한 부분까지 체크하여 제출합니다.